*|> !Run to startup MultiFS v1.23
*|---------------------------------------------------------------------------
*|
*Set MultiFS$Dir <Obey$Dir>
*|
*|---------------------------------------------------------------------------
*| Check for the presence of SharedCLibrary. If it is not loaded or is too
*| old a suitable error is generated.
*|
*Set CLib$Flag 0
*|
*RMEnsure SharedCLibrary 0.00 *Set CLib$Flag 1
*|
*If "<CLib$Flag>" = "1" Then *If "<System$Path>" = "" Then *Error !System cannot be found
*If "<CLib$Flag>" = "1" Then *RMLoad System:Modules.CLib
*|
*Unset CLib$Flag
*|
*RMEnsure SharedCLibrary 3.66 *Error The Shared C Library module is out of date. Please replace it with version 3.66 or later.
*|
*|---------------------------------------------------------------------------
*| You should configure these lines to define your system setup.
*If "<PCe$Drive_C>" = "" THEN *Set PCe$Drive_C ADFS::4.$.PC.Drive_C
*If "<PCe$Drive_D>" = "" THEN *Set PCe$Drive_D ADFS::4.$.PC.Drive_D
*If "<PCe$Drive_E>" = "" THEN *Set PCe$Drive_E ADFS::4.$.PC.Drive_E
*If "<PCe$Drive_F>" = "" THEN *Set PCe$Drive_F ADFS::4.$.PC.Drive_F
*|
*|---------------------------------------------------------------------------
*| Load the actual MultiFS module.
*RMLOAD <Obey$Dir>.MultiFSDOS
*|
*|---------------------------------------------------------------------------
*| Define the default MSDOS extension to RISC OS filetype mappings.
*| You should add/remove mappings to this list as you require.
*DOSMAP TXT Text
*DOSMAP BAT Obey
*DOSMAP BAS BASIC
*DOSMAP C   Text
*DOSMAP H   Text
*DOSMAP PAS Text
*DOSMAP COM Data
*DOSMAP EXE Data
*DOSMAP SYS Data
*DOSMAP OVR Data
*|
*|---------------------------------------------------------------------------
*| Normally a "Desktop_" command is not useable by standard callers, but
*| we wish to load the module, and perform DOSMAP commands before starting
*| the Filer. *NO* lines should be inserted in this !Run file after the
*| "Desktop_MultiFSFiler" command.
*Desktop_MultiFSFiler
